home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / Xerox Workcentre 5335 / Windows Scan / 32-bit_x86 / Russian / cpsimage.cab / data / testcpsimaging.elf < prev    next >
Text File  |  2009-03-16  |  1KB  |  31 lines

  1. /* $Id: testcpsimaging.elf,v 1.1 2006/12/08 03:15:41 kingsley Exp $
  2. **
  3. ** A set of test for the CPSIMAGING "package"
  4. **     In the spirit of TDD (Test Driven Developement), this script contains
  5. ** unit and integration tests for the cpsimaging classes. Testing covers classes
  6. ** that are intended for (focused on) cpsimaging, as well as the Document Manager
  7. ** classes found in XIPS (which are used in other applications). The tests are
  8. ** a set of elf PROCEDURES which are sequentially executed by scripting here.
  9. */
  10. #load "cpsimaging.elf";
  11.  
  12. /***********************************************************************
  13. ************************ Test Procedures *******************************
  14. ***********************************************************************/
  15. PROCEDURE testInit (CPSCONTROLLER cps)
  16. {
  17.     cps.initialize();
  18. }
  19.  
  20.  
  21.  
  22. /***********************************************************************
  23. ********************** Test Script Begin *******************************
  24. ***********************************************************************/
  25.  
  26. CPSCONTROLLER cpsctrl;
  27. testInit(cps: cpsctrl);
  28.  
  29. /* All of the Classes for documentio and rdi should be here */
  30. help objects;
  31.